home *** CD-ROM | disk | FTP | other *** search
/ WWW Studio 2004 / WWW Studio.iso / Gry / Electronica / ElectronicaSetup.exe / #setuppath# / data / EnginePlaying.lay < prev    next >
Encoding:
Text File  |  2004-02-18  |  1.1 KB  |  48 lines

  1. <Window>
  2.     <Button rect="519 367 90 90"
  3.         normal_anim="again_btn_normal"
  4.         over_anim="again_btn_over"
  5.         pressed_anim="again_btn_pressed"
  6.         action="again"
  7.         mask="again_btn_mask.bmp"
  8.         hint=""
  9.         sound="pik1"
  10.     />
  11.  
  12.     <Button rect="505 412 60 60"
  13.         normal_anim="hint_btn_normal"
  14.         over_anim="hint_btn_over"
  15.         pressed_anim="hint_btn_pressed"
  16.         action="hint"
  17.         mask="hint_btn_mask.bmp"
  18.         hint="help"
  19.         sound="pik1"
  20.     />
  21.     <Button rect="505 352 60 60"
  22.         normal_anim="giveup_btn_normal"
  23.         over_anim="giveup_btn_over"
  24.         pressed_anim="giveup_btn_pressed"
  25.         action="giveup"
  26.         mask="giveup_btn_mask.bmp"
  27.         hint="give up"
  28.         sound="pik1"
  29.     />
  30.     <Button rect="566 412 57 60"
  31.         normal_anim="exit_btn_normal"
  32.         over_anim="exit_btn_over"
  33.         pressed_anim="exit_btn_pressed"
  34.         action="exit"
  35.         mask="exit_btn_mask.bmp"
  36.         hint="exit to OS"
  37.         sound="pik1"
  38.     />
  39.     <Button rect="566 352 57 60"
  40.         normal_anim="menu_btn_normal"
  41.         over_anim="menu_btn_over"
  42.         pressed_anim="menu_btn_pressed"
  43.         action="menu"
  44.         mask="menu_btn_mask.bmp"
  45.         hint="exit to menu"
  46.         sound="pik1"
  47.     />
  48. </Window>